home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Microsoft Money / INSTALAR.EXE / 1033 / RCDATA / CABINET / Money99.1 / toc.css < prev    next >
Cascading Style Sheet File  |  1998-07-25  |  1KB  |  23 lines

  1. UL         {margin-left: 1.5em;}            /*I added an extra .5 to this to offset the -.5 I put in the newly created LI style tag*/
  2. UL UL         {margin-left: 1.5em;}
  3.  
  4. OL         {margin-left: 1em}            /*where is this used?*/
  5. OL OL         {margin-left: 1.5em }
  6.  
  7. LI        {margin-top:2pt; margin-left: -.5em;}    /* over rides the ul tag?*/
  8.     
  9. P         {margin-left: -.5em; margin-top: -.5em}
  10.         
  11. A:link        {text-decoration:none;    color:black}
  12. A:hover        {text-decoration:underline; color:green;}
  13. A:active    {font:8pt Tahoma;    color:red;    text-decoration:underline;}
  14. BODY        {font: 8pt "tahoma";}
  15.     
  16. .TOCTopic    {list-style-image:url(money://file/images/topic.gif);}     /*color doesn't take, but thankfully the images do. margin-left doesn't work here*/
  17. .TOCBook    {list-style-image:url(money://file/images/book.gif); font-weight:normal; cursor:hand; color:black;}    /*top & bottom margin doesn't take but line-height works*/
  18. .collapsed    {display:none}
  19. .expanded    {}                    /*doesn't change text color, but does change the bullets color*/
  20.  
  21. .on        {list-style-image:url(money://file/images/book.gif); font-weight:normal; cursor:hand; color: green}
  22. .off        {list-style-image:url(money://file/images/book.gif); font-weight:normal; cursor:hand; color: black}
  23.